home *** CD-ROM | disk | FTP | other *** search
/ 2,000 Abstracts of Original Investigations - Sleep / Sleep: 2,000 Abstracts of Original Investigations.iso / index / style / style.plc < prev    next >
Text File  |  2000-05-07  |  1KB  |  44 lines

  1. # style.plc    1.11 - 3/2/94
  2. # @(#)Copyright (C) 1987-1994 Verity, Inc.
  3. #
  4. # Example style.plc file with default policy settings.
  5. # Everything is optional including the file itself.
  6. # Note: all options are currently commented out.
  7. $control: 1
  8. policy:
  9. {
  10.   mode: default
  11.   {    
  12.     index_policy:
  13.         /goaldocs = 4096
  14.         /instances_floor = 400000
  15.         /instances_ceiling = 400000
  16.         /maxdocs = 4096
  17.         /minparts = 2
  18.         /maxparts = 10
  19.         /goalparts = 4
  20.         /verify_on_submit = no
  21.         /error_on_bad_update = no
  22.         /keep_revisions = 25
  23.         /read_only = no        
  24.                /disable_locking = yes
  25.        work_policy:
  26.         /work_interval = 20 
  27.         /est_work_length = 120 
  28.         /housekeeping_interval = 300
  29.         /housekeeping_age = 600
  30.         /min_disk_free = 1000
  31.         /disk_free_interval = 300
  32.         /max_new_docs = 4096
  33.         /lock_retry_count = 40
  34.         /general_retry_count = 3
  35.         /max_new_work = 602
  36.         /permissions = 0000
  37.         /maintenance_interval = 300
  38.     logfile_policy:
  39.         /min_log_size = 5000
  40.         /max_log_size = 10000
  41.  
  42.     }
  43. }
  44.